net/http.persistConn.alt (field)

12 uses

	net/http (current package)
		transport.go#L589: 		if pconn.alt != nil {
		transport.go#L592: 			resp, err = pconn.alt.RoundTrip(req)
		transport.go#L926: 	if pconn.alt != nil && t.idleLRU.m[pconn] != nil {
		transport.go#L937: 		if pconn.alt == nil {
		transport.go#L993: 	if t.IdleConnTimeout > 0 && pconn.alt == nil {
		transport.go#L1060: 				if pconn.alt != nil {
		transport.go#L1358: 		if pc.alt == nil && trace != nil && trace.GotConn != nil {
		transport.go#L1379: 		if w.pc != nil && w.pc.alt == nil && trace != nil && trace.GotConn != nil {
		transport.go#L1451: 	if err == nil && (!delivered || pc.alt != nil) {
		transport.go#L1743: 			return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
		transport.go#L1876: 	alt RoundTripper
		transport.go#L2712: 		if pc.alt == nil {